home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / vbz01 / d&dserve.bas < prev    next >
BASIC Source File  |  1993-02-25  |  290b  |  7 lines

  1. DefInt A-Z
  2.  
  3. Declare Function DropSelItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal Path$, ByVal nButton)
  4. Declare Function DropAllItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal nButton)
  5. Declare Function DropBuff Lib "D&DSERVE.DLL" (ByVal Buff$, ByVal BufSize, ByVal nFiles, ByVal Button)
  6.  
  7.